after

Same thing as startsWith, but returns the part after the afterWhat

pure nothrow @nogc @safe
string
after
(
TString
)
(
TString str
,
immutable TString afterWhat
)

Meta